Your variable declarations are wrong. They should be structures, not pointers. struct votes michigan = {200, 300}; struct votes all = {0, ... ... <看更多>
Search
Search
Your variable declarations are wrong. They should be structures, not pointers. struct votes michigan = {200, 300}; struct votes all = {0, ... ... <看更多>